Update gtk3-demo Visual Studio Projects
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 7 Oct 2013 04:17:04 +0000 (12:17 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 7 Oct 2013 04:17:04 +0000 (12:17 +0800)
Build the recently-introduced flowbox.c demo into the gtk3-demo demo
program.

build/win32/vs10/gtk3-demo.vcxproj
build/win32/vs10/gtk3-demo.vcxproj.filters
build/win32/vs9/gtk3-demo.vcproj

index 8c7fe477e7dca0ac26b47aded0420415f84045e2..fc096e8aa63288b2b320b354443505d06bdf9e49 100644 (file)
     <ClCompile Include="..\..\..\demos\gtk-demo\entry_buffer.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\entry_completion.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\expander.c" />
+    <ClCompile Include="..\..\..\demos\gtk-demo\flowbox.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\hypertext.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\iconview.c" />
     <ClCompile Include="..\..\..\demos\gtk-demo\iconview_edit.c" />
index 6a41fd998bc48e72976eb3c8ba783324f849520a..15f1eec5e180ce8b9973a2d19b9d9497cf62cabf 100644 (file)
@@ -71,6 +71,9 @@
     <ClCompile Include="..\..\..\demos\gtk-demo\expander.c">
       <Filter>Source Files</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\..\demos\gtk-demo\flowbox.c">
+      <Filter>Source Files</Filter>
+    </ClCompile>
     <ClCompile Include="..\..\..\demos\gtk-demo\hypertext.c">
       <Filter>Source Files</Filter>
     </ClCompile>
index b4bfd011dd60806a75532592cd1d6be8683f9ef2..2b7f038bcf3966162cdea125c265d8450bcd2c86 100644 (file)
                        <File RelativePath="..\..\..\demos\gtk-demo\entry_buffer.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\entry_completion.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\expander.c" />
+                       <File RelativePath="..\..\..\demos\gtk-demo\flowbox.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\hypertext.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\iconview.c" />
                        <File RelativePath="..\..\..\demos\gtk-demo\iconview_edit.c" />